home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / olrdrs / qprn112.zip / POW.BAT < prev    next >
DOS Batch File  |  1994-05-12  |  1KB  |  27 lines

  1. @echo off
  2. REM This batch file is for using QWKPRUNE with POW 1.03
  3. REM Based on the information I've received from Gina Davis, this
  4. REM should work.
  5. REM
  6. REM Copy this file to the directory where the reader is located.
  7. REM
  8. REM Create a file called POWUNZIP.PIF in the POW program
  9. REM directory.  Put POW.BAT, complete with path, in the Program
  10. REM Filename box.  Put "POW - UnPacking" in the Window Title box.
  11. REM Leave the Optional Parameters and Start-up Directory boxes
  12. REM blank.  If you want, check the Windowed option of Display
  13. REM Usage.  The other settings will probably be OK left at the
  14. REM defaults, though you may want to make XMS or EMS available.
  15. REM
  16. REM The lines "parmscan .REP %1 %2 %3 %4 %5 %6 %7 %8 %9" and
  17. REM "if not errorlevel 1 exit" prevent QWKPRUNE from being called
  18. REM again if a reply packet is unpacked.
  19. REM
  20. REM (4DOS users may replace these lines with
  21. REM "if %@index[%@upper[%1&],.REP] NE -1 quit".)
  22. REM
  23. pkunzip %1 %2 %3 %4 %5 %6 %7 %8 %9
  24. parmscan .REP %1 %2 %3 %4 %5 %6 %7 %8 %9
  25. if not errorlevel 1 exit
  26. if exist messages.dat qwkprune /m
  27.